Links to pages
You can insert links to another page in every note. There are two ways to link to pages:- By page ID.
- By note name or its relative path (this method is not recommended).
To create links of any type, you can use the <a href="..."> tag on HTML pages or special commands for links on wiki page.
Links by unique ID
OutWiker allows you to link to pages by their unique IDs, which do not depend on the page's name and location, so links remain functional when pages are renamed or moved.
To copy a link to a page by its ID, select the menu item Tools -> Copy link to page or select the menu item with the same name in the context menu that appears when you right-click a note in the tree. For example, for this page, such a link looks like this: page://__7eeecc1f-cffb-4fbd-9d7a-d5f79adda92d.
The link starts with page://, followed by the page ID.
Link examples:
When using links by unique ID, you can link not only to another page but also to an anchor on another page. In this case, the link will look like this: page://__7eeecc1f-cffb-4fbd-9d7a-d5f79adda92d/#anchor
Links by name
Links by name are similar to path links in UNIX systems, and they look like this: Page name 1/ Page name 2/.../Target page name.
If the link starts with the / character, the page search begins from the root of the notes tree. If there is no / character at the beginning of the link, the search is first performed starting from the current page, and if the requested page is not found, then from the root.
Examples of links formatted using the <a ...>...</a> tag (this is not recommended on wiki pages):
Examples of links formatted using wiki notation:
Links by name can be considered deprecated because when a linked page is renamed or moved, such links stop working and need to be tracked and corrected manually.
See also: